*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    margin: 0;
    padding: 0;
    background-color: rgb(37, 34, 34);
    font-family: sans-serif;
    background-image: url(Images/background.jfif);
    background-size: cover;
    color: white;
    overflow: hidden;
}
.header{
    margin-top: -4%;
}
.logo{
    font-size: 50px;
    margin-left: 5%;
    color: orange;
    text-decoration: none;
    
}
/* .nav{
    display: flex;
    width: 100%;
} */
#navbar{
    font-size: 20px;
    display: flex;
    justify-content: right;
    align-items: center;
    gap: 2%;
    margin-top: -3%;
    margin-right: 5%;
}
#services{
    cursor: pointer;
    color: black;
    font-size: large;
    width: fit-content;
    text-align: center;
    height: 30px;
    background-color: orange;
    border: none;
    font-weight: bold;
    
}
.menu1{
    color: black;
    font-size: large;
    width: 8%;
    height: 30px;
    background-color: orange;
    border: none;
    font-weight: bold;
    text-align: center;
    
}
.logindiv{
    display: flex;
    gap: 20%;
}
.login{
    width: 100px;
    height: 30px;
    background-color: aqua;
    border: aqua;
    cursor: pointer;
}
.signup{
    width: 100px;
    height: 30px;
    background-color: aqua;
    border: aqua;
    cursor: pointer;
}
#x{
    display: none;
    transition: .8s;
}
.welcomediv{
    display: flex;
    flex-direction: column;
    margin-top: 10%;
    margin-left: 5%;
}
.welcome{
    font-size: 300%;

}
.jeffk{
    color: orange;
    font-size: 700%;
}

.refer{
    font-size: 150%;
    padding-top: 2.5%;
}
.menu2{
    color: black;
    font-size: large;
    width: 8%;
    height: 30px;
    background-color: orange;
    border: none;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    
}


.imagediv{
    margin-left: 5%;
    margin-top: 5%;
}
.image{
    border-radius: 50%;
    cursor: pointer;
    width: 100px;
}
.image:hover{
    opacity: 0.5;
}
#image:hover,
#image:focus{
    background-color: #03849D;
    border: 2px solid #03849D;
    outline: none;
    border-radius: 2px;
}












/* PHONE VIEW */

@media screen and (max-width:800px){
    *{
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }
    body{
        margin: 0;
        padding: 0;
        background-color: rgb(37, 34, 34);
        font-family: sans-serif;
        background-image: url(Images/background.jfif);
        background-size: cover;
        background-repeat: no-repeat;
        color: white;
        overflow: hidden;
    }
    .header{
        background-color: orange;   
        color: white;
        margin-top: -1%;
        transition: 1s;
        width: 100%;
        height: fit-content;
    }
    .logo{
        font-size: 30px;
        margin-left: 5%;
        color: black;   
    }
    #navbar{
        font-size: 15px;
        display: none;
        flex-direction: column;
        transition: .8s;
        width: 100%;
        height: fit-content;
        
    }
    #services{
        cursor: pointer;
        width: fit-content;
        display: flex;
        align-items: center;
        align-content: center;
        justify-content: center;
        justify-items: center;
        margin-left: 40%;
    }
    .menu1{
        margin-top: 2%;
        text-decoration: none;
    }
   
    .logindiv{
        display: flex;
        flex-direction: column;
        gap: 15px;
        padding-top: 3%;
    }
    .login{
        width: 100px;
        height: 30px;
        background-color: aqua;
        border: aqua;
        cursor: pointer;
        border-radius: 10%;
    }
    .signup{
        width: 100px;
        height: 30px;
        background-color: aqua;
        border: aqua;
        cursor: pointer;
        margin-bottom: 2%;
        border-radius: 10%;
    }
    
    #span1{
        width: 50px;
        height: 50px;
        background-color: transparent;
        border-radius: 4px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;    
        margin-left: 80%;
        margin-top: -12%;
        transition: .5s ease-in;
        cursor: pointer;
    }
    #span1 p{
        background-color: black;
        width: 57%;
        height: 3px;
        border-radius: 1.5px;
        margin-top: 4px;
        transition: .8s;
    }
    #x{
        display: flex;
        transition: .8s;
        cursor: pointer;
        margin-left: 90%;
        margin-top: -5%;
        color: black;
        font-size: 40px;
    }
    .welcomediv{
        display: flex;
        flex-direction: column;
        margin-top: 10%;
        margin-left: 5%;
    }
    .welcome{
        font-size: 150%;
    
    }
    .jeffk{
        color: orange;
        font-size: 350%;
    }
    
    .refer{
        font-size: 75%;
        padding-top: 2.5%;
        
    }
    .menu2{
        color: black;
        font-size: large;
        width: 8%;
        height: 30px;
        background-color: orange;
        border: none;
        font-weight: bold;
        text-align: center;
        cursor: pointer;
        
    }
    
    .imagediv{
        margin-left: 5%;
        padding-bottom: 130%;
    }
    .image{
        border-radius: 50%;
        cursor: pointer;
        width: 70px;
    }
    .image:hover{
        opacity: 0.5;
    }
    #image:hover,
    #image:focus{
        background-color: #03849D;
        border: 2px solid #03849D;
        outline: none;
        border-radius: 2px;
    }
    
    
    
    

    
       
    }
    
       
    
       






















